-
Notifications
You must be signed in to change notification settings - Fork 98
Function.py #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function.py #83
Conversation
Added the python code snippet of Tutorial: Using Lambda with Amazon SQS as per : https://app.asana.com/0/1203681999313912/1205789652274515
Thank you @ssnskar Can you please update the |
Added Python
Updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be more consistent with other examples if the lambda_handler
function was at the top of the snippet with the process_message
function following.
Changed the position of the Lambda Handler.
Done. Changed the position of the Lambda Handler. Kindly confirm and let me know if anything else is required. |
@@ -0,0 +1,13 @@ | |||
def lambda_handler(event, context): | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this blank line. Looks good apart from this item.
Removed Blank space.
Removed blank space. |
Thanks! |
Added the python code snippet of Tutorial: Using Lambda with Amazon SQS as per : https://app.asana.com/0/1203681999313912/1205789652274515
Issue #, if available: #85
Description of changes:
Added the python code snippet of "Tutorial: Using Lambda with Amazon SQS" to integration-sqs-to-lambda as per : https://app.asana.com/0/1203681999313912/1205789652274515
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.